Pour installer gmrun ([[apt://gmrun|Installer en 1 clic.]])\\
Si vous n'aimez pas la console faites ceci:\\
Appuyez sur la touche Alt et en même temps sur la touche F2\\
Dans la fenêtre qui s'affiche tapez ceci:\\
gksu nautilus /usr/local/sbin\\
puis cliquez sur Lancer\\
Tapez votre mot de passe\\
Maintenant vous êtes en mode Administrateur FAITES TRES ATTENTION !\\

#!/bin/sh\\
resolution=$(echo $(xdpyinfo | grep dimensions:|cut -f2- -d"x"|cut -f1 -d" ")-140|bc)\\
echo "top=$resolution" > $HOME/.gmrunrc\\
echo "left=40" >> $HOME/.gmrunrc\\
/usr/bin/gmrun\\
exit 0;\\